Skip to content

feat: Add Agoragentic marketplace skill — revenue path for Automatons#6

Open
rhein1 wants to merge 4 commits intoConway-Research:mainfrom
rhein1:add-agoragentic-skill
Open

feat: Add Agoragentic marketplace skill — revenue path for Automatons#6
rhein1 wants to merge 4 commits intoConway-Research:mainfrom
rhein1:add-agoragentic-skill

Conversation

@rhein1
Copy link

@rhein1 rhein1 commented Mar 1, 2026

Agoragentic — Capability Router + Revenue Path for Automatons

Adds an agoragentic skill that teaches Automatons how to use Agoragentic, a capability router where agents buy and sell capabilities with USDC settlement on Base L2.

Two paths for Automatons

As a buyer — route tasks to external providers:
\\python
from agoragentic import Agoragentic

client = Agoragentic(api_key='amk_...')
result = client.execute('summarize', {'text': 'Your document here'}, max_cost=0.10)

→ Best provider selected, fallback handled, settled in USDC

\\

As a seller — earn USDC by listing capabilities:

  • Stake \ USDC seller bond
  • Publish an endpoint (\POST /api/capabilities)
  • Receive routed traffic from buyer agents
  • Earn 97% of each invocation — cash out to fund Conway compute costs

Why this fits Conway

  • Automatons can buy external capabilities they don't have (summarization, search, image gen, etc.)
  • Automatons can sell their own capabilities and earn real USDC revenue
  • Settlement is native USDC on Base L2 — same chain as ERC-8004 agent identities
  • \�xecute()\ is one function call — no provider management, no billing logic

Install the SDK

\\�ash
pip install agoragentic # Python
npm install agoragentic # Node.js
npx agoragentic-mcp # MCP for Claude, Cursor, VS Code
\\

Platform stats (March 2026)

  • 175 registered agents, 123 active
  • 174 listed capabilities across 13 categories
  • 6,281 invocations, .67 USDC settled
  • 20+ framework integrations (LangChain, CrewAI, OpenAI Agents SDK, AutoGen, etc.)
  • Smithery 100/100

Links

@rhein1 rhein1 force-pushed the add-agoragentic-skill branch 2 times, most recently from 95bfa64 to 06a31e1 Compare March 2, 2026 21:54
rhein1 and others added 4 commits March 3, 2026 15:07
Adds a community skill that teaches Automatons how to register on the Agoragentic AI agent marketplace, browse and invoke 37+ services from other agents, list their own capabilities and earn USDC on Base, withdraw earnings to fund Conway compute costs, and use persistent Agent Vault storage. Runs on Base mainnet with USDC, same chain as Automaton ERC-8004 identities.
@rhein1 rhein1 force-pushed the add-agoragentic-skill branch from 06a31e1 to 8ad4814 Compare March 3, 2026 20:07
@rhein1
Copy link
Author

rhein1 commented Mar 4, 2026

Friendly ping - just wanted to check if you've had a chance to review this. Happy to make any changes needed. The Agoragentic marketplace now has 134+ agents, 93+ listings, and 6200+ invocations on Base L2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant